@charset "utf-8";

@font-face {
	font-family: "iconfont";
	src: url('../fonts/iconfont.eot');
	src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg')
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-next:before {
	content: "\e601"
}

.icon-next2:before {
	content: "\e636"
}

.icon-prev2:before {
	content: "\e637"
}

.icon-prev1:before {
	content: "\e648"
}

.icon-next1:before {
	content: "\e655"
}

.icon-prev:before {
	content: "\e606"
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px
}

.slick-slide:not(:first-child) {
	display: none
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff url('../images/ajax-loader.gif') center center no-repeat
}

@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/slick.eot') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg') format('svg')
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: '←'
}

[dir='rtl'] .slick-prev:before {
	content: '→'
}

.slick-next {
	right: -25px
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: '→'
}

[dir='rtl'] .slick-next:before {
	content: '←'
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black
}

@font-face {
	font-family: Pe-icon-7-stroke;
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/pe-icon-7-stroke.eot');
	src: url('../fonts/pe-icon-7-stroke.eot') format('embedded-opentype'), url('../fonts/pe-icon-7-stroke.woff') format('woff'), url('../fonts/pe-icon-7-stroke.ttf') format('truetype'), url('../fonts/pe-icon-7-stroke.svg') format('svg')
}

[class*=" pe-"],
[class^=pe-] {
	position: relative;
	display: inline-block;
	font-family: Pe-icon-7-stroke;
	font-style: normal;
	font-weight: 400;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	text-rendering: auto;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.pe-album:before {
	content: "\e6aa"
}

.pe-arc:before {
	content: "\e6ab"
}

.pe-back-2:before {
	content: "\e6ac"
}

.pe-bandaid:before {
	content: "\e6ad"
}

.pe-car:before {
	content: "\e6ae"
}

.pe-diamond:before {
	content: "\e6af"
}

.pe-door-lock:before {
	content: "\e6b0"
}

.pe-eyedropper:before {
	content: "\e6b1"
}

.pe-female:before {
	content: "\e6b2"
}

.pe-gym:before {
	content: "\e6b3"
}

.pe-hammer:before {
	content: "\e6b4"
}

.pe-headphones:before {
	content: "\e6b5"
}

.pe-helm:before {
	content: "\e6b6"
}

.pe-hourglass:before {
	content: "\e6b7"
}

.pe-leaf:before {
	content: "\e6b8"
}

.pe-magic-wand:before {
	content: "\e6b9"
}

.pe-male:before {
	content: "\e6ba"
}

.pe-map-2:before {
	content: "\e6bb"
}

.pe-next-2:before {
	content: "\e6bc"
}

.pe-paint-bucket:before {
	content: "\e6bd"
}

.pe-pendrive:before {
	content: "\e6be"
}

.pe-photo:before {
	content: "\e6bf"
}

.pe-piggy:before {
	content: "\e6c0"
}

.pe-plugin:before {
	content: "\e6c1"
}

.pe-refresh-2:before {
	content: "\e6c2"
}

.pe-rocket:before {
	content: "\e6c3"
}

.pe-settings:before {
	content: "\e6c4"
}

.pe-shield:before {
	content: "\e6c5"
}

.pe-smile:before {
	content: "\e6c6"
}

.pe-usb:before {
	content: "\e6c7"
}

.pe-vector:before {
	content: "\e6c8"
}

.pe-wine:before {
	content: "\e6c9"
}

.pe-cloud-upload:before {
	content: "\e68a"
}

.pe-cash:before {
	content: "\e68c"
}

.pe-close:before {
	content: "\e680"
}

.pe-bluetooth:before {
	content: "\e68d"
}

.pe-cloud-download:before {
	content: "\e68b"
}

.pe-way:before {
	content: "\e68e"
}

.pe-close-circle:before {
	content: "\e681"
}

.pe-id:before {
	content: "\e68f"
}

.pe-angle-up:before {
	content: "\e682"
}

.pe-wristwatch:before {
	content: "\e690"
}

.pe-angle-up-circle:before {
	content: "\e683"
}

.pe-world:before {
	content: "\e691"
}

.pe-angle-right:before {
	content: "\e684"
}

.pe-volume:before {
	content: "\e692"
}

.pe-angle-right-circle:before {
	content: "\e685"
}

.pe-users:before {
	content: "\e693"
}

.pe-angle-left:before {
	content: "\e686"
}

.pe-user-female:before {
	content: "\e694"
}

.pe-angle-left-circle:before {
	content: "\e687"
}

.pe-up-arrow:before {
	content: "\e695"
}

.pe-angle-down:before {
	content: "\e688"
}

.pe-switch:before {
	content: "\e696"
}

.pe-angle-down-circle:before {
	content: "\e689"
}

.pe-scissors:before {
	content: "\e697"
}

.pe-wallet:before {
	content: "\e600"
}

.pe-safe:before {
	content: "\e698"
}

.pe-volume2:before {
	content: "\e601"
}

.pe-volume1:before {
	content: "\e602"
}

.pe-voicemail:before {
	content: "\e603"
}

.pe-video:before {
	content: "\e604"
}

.pe-user:before {
	content: "\e605"
}

.pe-upload:before {
	content: "\e606"
}

.pe-unlock:before {
	content: "\e607"
}

.pe-umbrella:before {
	content: "\e608"
}

.pe-trash:before {
	content: "\e609"
}

.pe-tools:before {
	content: "\e60a"
}

.pe-timer:before {
	content: "\e60b"
}

.pe-ticket:before {
	content: "\e60c"
}

.pe-target:before {
	content: "\e60d"
}

.pe-sun:before {
	content: "\e60e"
}

.pe-study:before {
	content: "\e60f"
}

.pe-stopwatch:before {
	content: "\e610"
}

.pe-star:before {
	content: "\e611"
}

.pe-speaker:before {
	content: "\e612"
}

.pe-signal:before {
	content: "\e613"
}

.pe-shuffle:before {
	content: "\e614"
}

.pe-shopbag:before {
	content: "\e615"
}

.pe-share:before {
	content: "\e616"
}

.pe-server:before {
	content: "\e617"
}

.pe-search:before {
	content: "\e618"
}

.pe-film:before {
	content: "\e6a5"
}

.pe-science:before {
	content: "\e619"
}

.pe-disk:before {
	content: "\e6a6"
}

.pe-ribbon:before {
	content: "\e61a"
}

.pe-repeat:before {
	content: "\e61b"
}

.pe-refresh:before {
	content: "\e61c"
}

.pe-add-user:before {
	content: "\e6a9"
}

.pe-refresh-cloud:before {
	content: "\e61d"
}

.pe-paperclip:before {
	content: "\e69c"
}

.pe-radio:before {
	content: "\e61e"
}

.pe-note2:before {
	content: "\e69d"
}

.pe-print:before {
	content: "\e61f"
}

.pe-network:before {
	content: "\e69e"
}

.pe-prev:before {
	content: "\e620"
}

.pe-mute:before {
	content: "\e69f"
}

.pe-power:before {
	content: "\e621"
}

.pe-medal:before {
	content: "\e6a0"
}

.pe-portfolio:before {
	content: "\e622"
}

.pe-like2:before {
	content: "\e6a1"
}

.pe-plus:before {
	content: "\e623"
}

.pe-left-arrow:before {
	content: "\e6a2"
}

.pe-play:before {
	content: "\e624"
}

.pe-key:before {
	content: "\e6a3"
}

.pe-plane:before {
	content: "\e625"
}

.pe-joy:before {
	content: "\e6a4"
}

.pe-photo-gallery:before {
	content: "\e626"
}

.pe-pin:before {
	content: "\e69b"
}

.pe-phone:before {
	content: "\e627"
}

.pe-plug:before {
	content: "\e69a"
}

.pe-pen:before {
	content: "\e628"
}

.pe-right-arrow:before {
	content: "\e699"
}

.pe-paper-plane:before {
	content: "\e629"
}

.pe-delete-user:before {
	content: "\e6a7"
}

.pe-paint:before {
	content: "\e62a"
}

.pe-bottom-arrow:before {
	content: "\e6a8"
}

.pe-notebook:before {
	content: "\e62b"
}

.pe-note:before {
	content: "\e62c"
}

.pe-next:before {
	content: "\e62d"
}

.pe-news-paper:before {
	content: "\e62e"
}

.pe-musiclist:before {
	content: "\e62f"
}

.pe-music:before {
	content: "\e630"
}

.pe-mouse:before {
	content: "\e631"
}

.pe-more:before {
	content: "\e632"
}

.pe-moon:before {
	content: "\e633"
}

.pe-monitor:before {
	content: "\e634"
}

.pe-micro:before {
	content: "\e635"
}

.pe-menu:before {
	content: "\e636"
}

.pe-map:before {
	content: "\e637"
}

.pe-map-marker:before {
	content: "\e638"
}

.pe-mail:before {
	content: "\e639"
}

.pe-mail-open:before {
	content: "\e63a"
}

.pe-mail-open-file:before {
	content: "\e63b"
}

.pe-magnet:before {
	content: "\e63c"
}

.pe-loop:before {
	content: "\e63d"
}

.pe-look:before {
	content: "\e63e"
}

.pe-lock:before {
	content: "\e63f"
}

.pe-lintern:before {
	content: "\e640"
}

.pe-link:before {
	content: "\e641"
}

.pe-like:before {
	content: "\e642"
}

.pe-light:before {
	content: "\e643"
}

.pe-less:before {
	content: "\e644"
}

.pe-keypad:before {
	content: "\e645"
}

.pe-junk:before {
	content: "\e646"
}

.pe-info:before {
	content: "\e647"
}

.pe-home:before {
	content: "\e648"
}

.pe-help2:before {
	content: "\e649"
}

.pe-help1:before {
	content: "\e64a"
}

.pe-graph3:before {
	content: "\e64b"
}

.pe-graph2:before {
	content: "\e64c"
}

.pe-graph1:before {
	content: "\e64d"
}

.pe-graph:before {
	content: "\e64e"
}

.pe-global:before {
	content: "\e64f"
}

.pe-gleam:before {
	content: "\e650"
}

.pe-glasses:before {
	content: "\e651"
}

.pe-gift:before {
	content: "\e652"
}

.pe-folder:before {
	content: "\e653"
}

.pe-flag:before {
	content: "\e654"
}

.pe-filter:before {
	content: "\e655"
}

.pe-file:before {
	content: "\e656"
}

.pe-expand1:before {
	content: "\e657"
}

.pe-exapnd2:before {
	content: "\e658"
}

.pe-edit:before {
	content: "\e659"
}

.pe-drop:before {
	content: "\e65a"
}

.pe-drawer:before {
	content: "\e65b"
}

.pe-download:before {
	content: "\e65c"
}

.pe-display2:before {
	content: "\e65d"
}

.pe-display1:before {
	content: "\e65e"
}

.pe-diskette:before {
	content: "\e65f"
}

.pe-date:before {
	content: "\e660"
}

.pe-cup:before {
	content: "\e661"
}

.pe-culture:before {
	content: "\e662"
}

.pe-crop:before {
	content: "\e663"
}

.pe-credit:before {
	content: "\e664"
}

.pe-copy-file:before {
	content: "\e665"
}

.pe-config:before {
	content: "\e666"
}

.pe-compass:before {
	content: "\e667"
}

.pe-comment:before {
	content: "\e668"
}

.pe-coffee:before {
	content: "\e669"
}

.pe-cloud:before {
	content: "\e66a"
}

.pe-clock:before {
	content: "\e66b"
}

.pe-check:before {
	content: "\e66c"
}

.pe-chat:before {
	content: "\e66d"
}

.pe-cart:before {
	content: "\e66e"
}

.pe-camera:before {
	content: "\e66f"
}

.pe-call:before {
	content: "\e670"
}

.pe-calculator:before {
	content: "\e671"
}

.pe-browser:before {
	content: "\e672"
}

.pe-box2:before {
	content: "\e673"
}

.pe-box1:before {
	content: "\e674"
}

.pe-bookmarks:before {
	content: "\e675"
}

.pe-bicycle:before {
	content: "\e676"
}

.pe-bell:before {
	content: "\e677"
}

.pe-battery:before {
	content: "\e678"
}

.pe-ball:before {
	content: "\e679"
}

.pe-back:before {
	content: "\e67a"
}

.pe-attention:before {
	content: "\e67b"
}

.pe-anchor:before {
	content: "\e67c"
}

.pe-albums:before {
	content: "\e67d"
}

.pe-alarm:before {
	content: "\e67e"
}

.pe-airplay:before {
	content: "\e67f"
}

.webui-popover-content {
	display: none
}

.webui-popover-rtl {
	direction: rtl;
	text-align: right
}

.webui-popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	min-width: 50px;
	min-height: 32px;
	padding: 1px;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
	margin-top: -10px
}

.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
	margin-left: 10px
}

.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
	margin-top: 10px
}

.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
	margin-left: -10px
}

.webui-popover.pop {
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
	-o-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
	transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
	opacity: 0;
	filter: alpha(opacity=0)
}

.webui-popover.pop-out {
	-webkit-transition-property: "opacity,transform";
	-o-transition-property: "opacity,transform";
	transition-property: "opacity,transform";
	-webkit-transition: .15s linear;
	-o-transition: .15s linear;
	transition: .15s linear;
	opacity: 0;
	filter: alpha(opacity=0)
}

.webui-popover.fade,
.webui-popover.fade-out {
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
	opacity: 0;
	filter: alpha(opacity=0)
}

.webui-popover.out {
	opacity: 0;
	filter: alpha(opacity=0)
}

.webui-popover.in {
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
	filter: alpha(opacity=100)
}

.webui-popover .webui-popover-content {
	padding: 9px 14px;
	overflow: auto;
	display: block
}

.webui-popover .webui-popover-content>div:first-child {
	width: 99%
}

.webui-popover-inner .close {
	font-family: arial;
	margin: 8px 10px 0 0;
	float: right;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);
	text-decoration: none
}

.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
	opacity: .5;
	filter: alpha(opacity=50)
}

.webui-popover-inner .close:after {
	content: "\00D7";
	width: .8em;
	height: .8em;
	padding: 4px;
	position: relative
}

.webui-popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
	border-radius: 5px 5px 0 0
}

.webui-popover-content {
	padding: 9px 14px;
	overflow: auto;
	display: none
}

.webui-popover-inverse {
	background-color: #333;
	color: #eee
}

.webui-popover-inverse .webui-popover-title {
	background: #333;
	border-bottom: 1px solid #3b3b3b;
	color: #eee
}

.webui-no-padding .webui-popover-content {
	padding: 0
}

.webui-no-padding .list-group-item {
	border-right: none;
	border-left: none
}

.webui-no-padding .list-group-item:first-child {
	border-top: 0
}

.webui-no-padding .list-group-item:last-child {
	border-bottom: 0
}

.webui-popover>.webui-arrow,
.webui-popover>.webui-arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.webui-popover>.webui-arrow {
	border-width: 11px
}

.webui-popover>.webui-arrow:after {
	border-width: 10px;
	content: ""
}

.webui-popover.top>.webui-arrow,
.webui-popover.top-right>.webui-arrow,
.webui-popover.top-left>.webui-arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0
}

.webui-popover.top>.webui-arrow:after,
.webui-popover.top-right>.webui-arrow:after,
.webui-popover.top-left>.webui-arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-top-color: #fff;
	border-bottom-width: 0
}

.webui-popover.right>.webui-arrow,
.webui-popover.right-top>.webui-arrow,
.webui-popover.right-bottom>.webui-arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25)
}

.webui-popover.right>.webui-arrow:after,
.webui-popover.right-top>.webui-arrow:after,
.webui-popover.right-bottom>.webui-arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.webui-popover.bottom>.webui-arrow,
.webui-popover.bottom-right>.webui-arrow,
.webui-popover.bottom-left>.webui-arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
	border-top-width: 0
}

.webui-popover.bottom>.webui-arrow:after,
.webui-popover.bottom-right>.webui-arrow:after,
.webui-popover.bottom-left>.webui-arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-bottom-color: #fff;
	border-top-width: 0
}

.webui-popover.left>.webui-arrow,
.webui-popover.left-top>.webui-arrow,
.webui-popover.left-bottom>.webui-arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.webui-popover.left>.webui-arrow:after,
.webui-popover.left-top>.webui-arrow:after,
.webui-popover.left-bottom>.webui-arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.webui-popover-inverse.top>.webui-arrow,
.webui-popover-inverse.top-left>.webui-arrow,
.webui-popover-inverse.top-right>.webui-arrow,
.webui-popover-inverse.top>.webui-arrow:after,
.webui-popover-inverse.top-left>.webui-arrow:after,
.webui-popover-inverse.top-right>.webui-arrow:after {
	border-top-color: #333
}

.webui-popover-inverse.right>.webui-arrow,
.webui-popover-inverse.right-top>.webui-arrow,
.webui-popover-inverse.right-bottom>.webui-arrow,
.webui-popover-inverse.right>.webui-arrow:after,
.webui-popover-inverse.right-top>.webui-arrow:after,
.webui-popover-inverse.right-bottom>.webui-arrow:after {
	border-right-color: #333
}

.webui-popover-inverse.bottom>.webui-arrow,
.webui-popover-inverse.bottom-left>.webui-arrow,
.webui-popover-inverse.bottom-right>.webui-arrow,
.webui-popover-inverse.bottom>.webui-arrow:after,
.webui-popover-inverse.bottom-left>.webui-arrow:after,
.webui-popover-inverse.bottom-right>.webui-arrow:after {
	border-bottom-color: #333
}

.webui-popover-inverse.left>.webui-arrow,
.webui-popover-inverse.left-top>.webui-arrow,
.webui-popover-inverse.left-bottom>.webui-arrow,
.webui-popover-inverse.left>.webui-arrow:after,
.webui-popover-inverse.left-top>.webui-arrow:after,
.webui-popover-inverse.left-bottom>.webui-arrow:after {
	border-left-color: #333
}

.webui-popover i.icon-refresh:before {
	content: ""
}

.webui-popover i.icon-refresh {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 20px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-left: -15px;
	margin-right: -15px;
	background: url('../images/loading.gif') no-repeat
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes rotate {
	100% {
		transform: rotate(360deg)
	}
}

.webui-popover-backdrop {
	background-color: rgba(0, 0, 0, .65);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998
}

.webui-popover .dropdown-menu {
	display: block;
	position: relative;
	top: 0;
	border: none;
	box-shadow: none;
	float: none
}

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1800;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: none
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.pswp img {
	max-width: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

.pswp--animate_opacity {
	opacity: 0.001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--open {
	display: block
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp__bg {
	will-change: opacity;
	for open/close transition-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
	background: #222
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #777
}

.pswp__error-msg a {
	color: #333;
	text-decoration: underline
}

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 0.75;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1
}

.pswp__button:active {
	outline: none;
	opacity: 0.9
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0
}

[class*=pswp__button--rotate] {
	background: none !important;
	outline: none !important
}

[class*=pswp__button--rotate] .icon {
	top: 1px;
	font-size: 17px;
	font-weight: 400;
	color: #555
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background: url('../images/default-skin.png') 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {

	.pswp--svg .pswp__button,
	.pswp--svg .pswp__button--arrow--left:before,
	.pswp--svg .pswp__button--arrow--right:before {
		background-image: url('../images/default-skin.svg')
	}

	.pswp--svg .pswp__button--arrow--left,
	.pswp--svg .pswp__button--arrow--right {
		background: none
	}

	[class*=pswp__button--rotate] {
		opacity: .75
	}
}

.pswp__button--close {
	background-position: 0 -44px
}

.pswp__button--share {
	background-position: -44px -44px
}

.pswp__button--fs {
	display: none
}

.pswp--supports-fs .pswp__button--fs {
	display: block
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute
}

.pswp__button--arrow--left {
	left: 0
}

.pswp__button--arrow--right {
	right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0, 0, 0, 0.1);
	height: 30px;
	width: 32px;
	position: absolute
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__share-modal--hidden {
	display: none
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-backface-visibility: hidden;
	will-change: transform
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
	opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none
}

a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF
}

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CE272D
}

a.pswp__share--download:hover {
	background: #DDD
}

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #555;
	opacity: 0.75;
	padding: 0 10px
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px
}

.pswp__caption small {
	font-size: 11px;
	color: #777
}

.pswp__caption__center {
	text-align: center;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #333
}

.pswp__caption--empty {
	display: none
}

.pswp__caption--fake {
	visibility: hidden
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	will-change: opacity;
	direction: ltr
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px
}

.pswp__preloader--active {
	opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url('../images/preloader.gif') 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise 500ms linear infinite;
	animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: 0.75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0
}

@media screen and (max-width:1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible
}

.pswp__top-bar,
.pswp__caption {
	background-color: rgba(255, 255, 255, 0.8)
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: rgba(255, 255, 255, 0.8)
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
	opacity: 0.001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none
}

.pswp__element--disabled {
	display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
	background: none
}

ul,
li {
	list-style: none;
	padding: 0
}

.head_nav_neko_11_5_2-header {
	background-color: #ffffff;
	background-color:
}

.head_nav_neko_11_5_2-header .logo-box {
	height: 60px;
	float: left
}

.head_nav_neko_11_5_2-header .logo-box img {
	max-height: 100px
}

.head_nav_neko_11_5_2-header .search-index {
	display: inline-block
}

.head_nav_neko_11_5_2-header .contact-index {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	margin-right: 60px;
	float: left
}

.head_nav_neko_11_5_2-header .contact-index p {
	margin-left: 15px
}

.head_nav_neko_11_5_2-header .contact-index .tel {
	color: #343434;
	color:
}

.head_nav_neko_11_5_2-header .contact-index .mail {
	color: #999999;
	color:
}

.head_nav_neko_11_5_2-header .search-box {
	float: right
}

.head_nav_neko_11_5_2-header .search-box .input-search-btn {
	width: 60px;
	height: 60px;
	top: 11px;
	z-index: 2
}

.head_nav_neko_11_5_2-header .search-box .input-search-btn .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 38px;
	font-size: 18px;
	line-height: 38px;
	color: #343434;
	color: ;
	margin: 0px
}

.head_nav_neko_11_5_2-header .search-box .input-search {
	height: 60px
}

.head_nav_neko_11_5_2-header .search-box .input-search input {
	height: 38px;
	width: 200px;
	background-color: #eee;
	border: 1px solid;
	border-color: #eee;
	border-radius: 0;
	padding-left: 15px;
	transition: all 0.25s ease-out;
	position: relative;
	top: 11px
}

.head_nav_neko_11_5_2-header .search-box .input-search input:focus {
	width: 240px;
	border-color: #0179d7;
	border-color: ;
	outline: 0
}

.head_nav_neko_11_5_2-header .m-search {
	display: none
}

body.neko-navfixed {
	padding-top: 120px
}

.navbar-shadow {
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1)
}

.onlinebox {
	z-index: 9999 !important
}

.head_nav_neko_11_5_2 .row {
	position: relative
}

.navbar-shadow .neko-nav-logo {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: all 200ms ease-out
}

.neko-nav-logo {
	float: left;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.7)
}

.neko-nav-logo img {
	max-height: 50px
}

.head_nav_neko_11_5_2 {
	min-height: 60px;
	margin-bottom: 0;
	box-shadow: none;
	border-radius: 0;
	background-color: #ffffff;
	background-color: ;
	z-index: 1601
}

.head_nav_neko_11_5_2 .neko-head-user {
	margin-left: 15px
}

.head_nav_neko_11_5_2.navbar-shadow {
	-webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
	-webkit-animation-duration: .25s;
	animation-duration: .25s
}

.head_nav_neko_11_5_2.navbar-fixed-top .navbar-right {
	margin-right: 0
}

.head_nav_neko_11_5_2 .nav-item .nav-link {
	color: #343434;
	color: ;
	overflow: visible;
	-webkit-transition: all .25s ease-out 0ms;
	transition: all .25s ease-out 0ms;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.head_nav_neko_11_5_2 .nav-item .nav-link:hover {
	background: #0179d7;
	background:
}

.head_nav_neko_11_5_2 .nav-item .nav-link:hover,
.head_nav_neko_11_5_2 .nav-item .nav-link:hover span {
	color: #ffffff !important
}

.head_nav_neko_11_5_2 .navbar-collapse.flex-navlist {
	width: 100%
}

.head_nav_neko_11_5_2 .navlist.flex {
	width: 100%;
	margin-right: 0px !important
}

.head_nav_neko_11_5_2 .navlist.flex .nav-item .nav-link {
	padding: 0px !important
}

.head_nav_neko_11_5_2 .navlist.flex .neko-langlist {
	margin-left: 0 !important
}

.head_nav_neko_11_5_2 .navlist.flex .neko-langlist .btn {
	padding: 0
}

.head_nav_neko_11_5_2 .navlist.flex .nav-item {
	text-align: center;
	flex: 1 1 auto
}

.head_nav_neko_11_5_2 a.dropdown-item.active,
.head_nav_neko_11_5_2 a.dropdown-item.active span {
	color: #0179d7 !important;
	color:  !important
}

#neko-nav-collapse .dropdown.open>.nav-link,
#neko-nav-collapse .nav li .nav-link.active {
	background: #0179d7;
	background:
}

#neko-nav-collapse .dropdown.open>.nav-link,
#neko-nav-collapse .nav li .nav-link.active,
#neko-nav-collapse .dropdown.open>.nav-link span,
#neko-nav-collapse .nav li .nav-link.active span {
	color: #fff !important
}

.head_nav_neko_11_5_2-header.navbar-shadow {
	height: 60px
}

.head_nav_neko_11_5_2-header.navbar-shadow .top-box {
	display: none
}

.head_nav_neko_11_5_2 #neko-head-user-collapse>ul>li {
	line-height: 60px
}

.head_nav_neko_11_5_2 #neko-head-user-collapse .dropdown-menu {
	line-height: initial
}

.head_nav_neko_11_5_2 #neko-head-user-collapse .btn-primary {
	font-size: 16px;
	color: #343434;
	color: ;
	background-color: transparent;
	border: 0;
	padding: 0 10px;
	-webkit-transition: all .256s cubic-bezier(.17, .84, .44, 1);
	transition: all .256s cubic-bezier(.17, .84, .44, 1);
	height: 60px;
	line-height: 60px;
	position: relative;
	top: -2px
}

.head_nav_neko_11_5_2 #neko-head-user-collapse .btn-primary:hover {
	color: #fff;
	background: #0179d7;
	background:
}

.head_nav_neko_11_5_2 #neko-head-user-collapse .btn-success {
	font-size: 16px;
	height: 60px;
	position: relative;
	top: -2px;
	line-height: 60px;
	color: #343434;
	color: ;
	background-color: transparent;
	border: 0;
	padding: 0 10px;
	-webkit-transition: all .256s cubic-bezier(.17, .84, .44, 1);
	transition: all .256s cubic-bezier(.17, .84, .44, 1)
}

.head_nav_neko_11_5_2 #neko-head-user-collapse .btn-success:hover {
	color: #fff;
	background: #0179d7;
	background:
}

.head_nav_neko_11_5_2 .dropdown-item {
	color: #999999;
	color:
}

.head_nav_neko_11_5_2 a.dropdown-item:hover {
	background: #ffffff !important
}

.head_nav_neko_11_5_2 a.dropdown-item:hover,
.head_nav_neko_11_5_2 a.dropdown-item:hover span {
	color: #0179d7 !important;
	color:  !important
}

.head_nav_neko_11_5_2 .overflow-visible {
	overflow: visible !important
}

.head_nav_neko_11_5_2 .navbar-toggle {
	height: 60px;
	float: right
}

.head_nav_neko_11_5_2 .head_nav_neko_11_5_2-login {
	padding-top: 15px;
	text-align: center
}

.head_nav_neko_11_5_2 .dropdown-menu>li>a {
	overflow: hidden
}

.head_nav_neko_11_5_2 .dropdown-menu>li>a:hover {
	background: #f2f2f2 none repeat scroll 0 0;
	text-indent: 5px;
	-webkit-transition: all .256s cubic-bezier(.17, .84, .44, 1);
	transition: all .256s cubic-bezier(.17, .84, .44, 1)
}

.head_nav_neko_11_5_2 .neko-langlist {
	line-height: 60px;
	position: relative;
	height: 60px
}

.head_nav_neko_11_5_2 .neko-langlist .dropdown-menu a {
	line-height: 21px
}

.head_nav_neko_11_5_2 .neko-langlist .btn {
	color: #343434;
	color: ;
	border: 0;
	padding: 0 15px;
	height: 60px;
	line-height: 60px;
	position: relative;
	top: -2px;
	font-size: 16px
}

.head_nav_neko_11_5_2 .neko-langlist .dropdown-menu {
	min-width: 100%;
	top: 34px
}

.head_nav_neko_11_5_2 .neko-langlist .open .btn {
	color: #fff;
	background: #0179d7;
	background:
}

.head_nav_neko_11_5_2 .neko-langlist .btn:hover,
.head_nav_neko_11_5_2 .neko-langlist .btn:focus,
.head_nav_neko_11_5_2 .neko-langlist .btn:active {
	color: #fff;
	background: #0179d7;
	background:
}

@media (min-width:768px) {
	.head_nav_neko_11_5_2 .logo-two {
		display: none
	}

	.head_nav_neko_11_5_2-header.navbar-shadow .head_nav_neko_11_5_2 .logo-two {
		display: block;
		height: 60px
	}

	.head_nav_neko_11_5_2 .nav>li>a {
		padding: 0 15px !important;
		height: 60px;
		line-height: 60px !important;
		display: block;
		position: relative;
		-webkit-transition: all .25s ease-out 0ms;
		transition: all .25s ease-out 0ms
	}

	.head_nav_neko_11_5_2 .dropdown-menu {
		top: 44px;
		border: none;
		border-radius: 0;
		border-top: 3px solid;
		border-color: #0179d7;
		border-color: ;
		z-index: 1603
	}

	.head_nav_neko_11_5_2 .dropdown-menu .dropdown-submenu>a:after {
		display: none
	}

	.head_nav_neko_11_5_2 .dropdown-menu .dropdown-submenu>a i {
		position: absolute;
		right: 10px;
		font-size: 12px
	}

	.head_nav_neko_11_5_2 .dropdown-menu.bullet {
		top: 60px
	}

	.head_nav_neko_11_5_2 .head_nav_neko_11_5_2-login {
		height: 60px;
		padding-top: 0;
		margin-left: 10px
	}
}

@media (max-width:991px) {
	.head_nav_neko_11_5_2 .dropdown-menu .dropdown-submenu>a:after {
		display: none
	}

	.head_nav_neko_11_5_2 .dropdown-menu .dropdown-submenu>a>i {
		float: right
	}

	.head_nav_neko_11_5_2 .neko-logo img {
		max-height: 60px
	}

	.head_nav_neko_11_5_2 .nav>li>a>i {
		float: right
	}

	.head_nav_neko_11_5_2 .nav-item .nav-link {
		font-size: 14px
	}

	.head_nav_neko_11_5_2-header p {
		height: 60px;
		white-space: nowrap
	}

	.head_nav_neko_11_5_2-header p span {
		display: inline-block;
		height: 60px
	}

	.head_nav_neko_11_5_2-header .search-box {
		float: right
	}

	.head_nav_neko_11_5_2-header .contact-index {
		float: left;
		margin-right: 30px
	}

	.head_nav_neko_11_5_2-header .logo-box {
		top: 0px !important
	}

	.head_nav_neko_11_5_2 .navbar-shadow .neko-nav-logo {
		display: none !important
	}

	.navbar-shadow .neko-nav-logo {
		display: block !important
	}
}

.head_nav_neko_11_5_2 .mobile-show,
.head_nav_neko_11_5_2.navbar.navbar-default .logo-box {
	display: none
}

@media (max-width:767px) {
	.head_nav_neko_11_5_2 .logo-two {
		display: none !important
	}

	.head_nav_neko_11_5_2-header .top-box {
		display: none
	}

	.head_nav_neko_11_5_2 .mobile-search {
		float: right
	}

	body.neko-navfixed {
		padding-top: 120px
	}

	.head_nav_neko_11_5_2-header {}

	.head_nav_neko_11_5_2-header .row {
		padding: 0 15px
	}

	.head_nav_neko_11_5_2-header .logo-box {
		height: 60px;
		line-height: 60px;
		display: none
	}

	.head_nav_neko_11_5_2-header .logo-box img {
		max-width: 180px;
		max-height: 50px;
		height: auto
	}

	.head_nav_neko_11_5_2-header .search-box {
		height: 60px;
		line-height: 60px
	}

	.head_nav_neko_11_5_2-header .m-search {
		display: block
	}

	.head_nav_neko_11_5_2-header .m-search i {
		font-size: 18px;
		padding: 8px;
		background: transparent;
		color: #343434;
		color: ;
		margin-top: 13px
	}

	.head_nav_neko_11_5_2-header .search-index {
		display: none
	}

	.head_nav_neko_11_5_2-header .contact-index {
		display: none
	}

	.head_nav_neko_11_5_2 .neko-langlist {
		padding: 0 15px
	}

	.head_nav_neko_11_5_2 .nav>li {
		margin-left: 0 !important
	}

	.head_nav_neko_11_5_2 .dropdown-menu>li>.dropdown-menu>li>a {
		padding-left: 40px
	}

	.head_nav_neko_11_5_2 .dropdown-menu.bullet:before,
	.head_nav_neko_11_5_2 .dropdown-menu.bullet:after {
		display: none
	}

	.head_nav_neko_11_5_2 .navbar-collapse-toolbar.in {
		max-height: 480px;
		overflow-y: scroll
	}

	.head_nav_neko_11_5_2 .neko-logo {
		float: none;
		max-width: 250px
	}

	.head_nav_neko_11_5_2 .navbar-collapse-toolbar {
		width: 100%;
		padding: 0 15px !important;
		border-color: #e4eaec
	}

	.head_nav_neko_11_5_2 .nav>li>a {
		padding: 10px 15px;
		line-height: 25px
	}

	.head_nav_neko_11_5_2 .nav li .link.active:after {
		height: 1px;
		bottom: 0;
		top: auto;
		left: 15px
	}

	.head_nav_neko_11_5_2 .nav>li>.link:after {
		height: 1px;
		bottom: 0;
		top: auto;
		left: 15px
	}

	.head_nav_neko_11_5_2 .nav>li>.link:hover:after {
		height: 1px;
		bottom: 0;
		top: auto;
		left: 15px
	}

	.head_nav_neko_11_5_2 .neko-head-user {
		width: 100%;
		margin: 0
	}

	.head_nav_neko_11_5_2 .navbar-toggler {
		color: #343434;
		color: ;
		padding: 0;
		height: 60px;
		margin: 0;
		text-align: right;
		width: 20px
	}

	.head_nav_neko_11_5_2 .navbar-toggler .hamburger-bar {
		background: #343434;
		background:
	}

	.head_nav_neko_11_5_2 .navbar-toggler:before {
		background: #343434;
		background:
	}

	.head_nav_neko_11_5_2 .navbar-toggler:after {
		background: #343434;
		background:
	}

	.head_nav_neko_11_5_2 .neko-head-user-toggler {
		margin-right: 15px !important
	}

	.head_nav_neko_11_5_2 .nav-item .nav-link:before {
		top: 0
	}

	.head_nav_neko_11_5_2 .open .dropdown-menu {
		background: #fff;
		border-top: 3px solid;
		border-color: #0179d7;
		border-color:
	}

	.head_nav_neko_11_5_2 .dropdown-item .dropdown-menu {
		display: block
	}

	.neko-nav-logo {
		left: 15px;
		top: 5px
	}

	.neko-nav-logo img {
		max-width: 180px;
		max-height: 50px;
		height: auto
	}

	.head_nav_neko_11_5_2-header .search-box.mobile-hide,
	.head_nav_neko_11_5_2-header .top-box.mobile-hide {
		display: none
	}

	.head_nav_neko_11_5_2.navbar.navbar-default .logo-box.mobile-show {
		display: block
	}

	.head_nav_neko_11_5_2 #neko-head-user-collapse>ul>li {
		width: 100%
	}
}

@keyframes slide-top10 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -10%, 0);
		transform: translate3d(0, -10%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.animation-slide-top10 {
	-webkit-animation-duration: .25s;
	-o-animation-duration: .25s;
	animation-duration: .25s
}

.hide {
	display: none
}

.banner_neko_11_5_3 {
	width: 100%;
	height: auto;
	display: table
}

.banner_neko_11_5_3.slick-slider {
	display: block
}

.banner_neko_11_5_3 .slick-list,
.banner_neko_11_5_3 .slick-track {
	height: 100%
}

.banner_neko_11_5_3 .slick-slide {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	display: none
}

.banner_neko_11_5_3 .slick-slide:first-child,
.banner_neko_11_5_3.slick-slider .slick-slide {
	display: block
}

.banner_neko_11_5_3 .slick-slide a.infolink {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 13
}

.banner_neko_11_5_3 .banner-text .banner-btn {
	position: relative;
	z-index: 999
}

.banner_neko_11_5_3 .slick-slide a {
	line-height: 2.5
}

.banner_neko_11_5_3 .slick-slide img[data-lazy] {
	max-height: 150px
}

.banner_neko_11_5_3 .slick-arrow {
	border-color: transparent;
	width: 50px;
	height: 100px;
	top: 50%;
	text-align: center;
	display: none !important;
	z-index: 1;
	position: absolute;
	background: #0179d7;
	background: ;
	transition: opacity 0.5s ease-out
}

.banner_neko_11_5_3 .slick-arrow:before {
	display: none
}

.banner_neko_11_5_3:hover .slick-arrow {
	display: block
}

.banner_neko_11_5_3 .slick-arrow.slick-prev {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}

.banner_neko_11_5_3 .slick-arrow i {
	color: #fff;
	font-size: 50px;
	line-height: 100px
}

.banner_neko_11_5_3 .slick-arrow.slick-next {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

.banner_neko_11_5_3 .slick-arrow:hover {
	opacity: 1
}

.banner_neko_11_5_3 .slick-dots {
	margin: 0;
	bottom: 20px
}

.banner_neko_11_5_3 .slick-dots li {
	width: 10px;
	height: 10px;
	background: #0179d7;
	background: ;
	opacity: .4;
	border-radius: 100%;
	transition: all 0.5s ease-out;
	margin: 0 5px
}

.banner_neko_11_5_3 .slick-dots li.slick-active {
	width: 20px;
	opacity: 1;
	border-radius: 10px
}

.banner_neko_11_5_3 .slick-dots li button {
	display: none
}

.banner_neko_11_5_3 .banner-text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.banner_neko_11_5_3 .banner-text .container {
	height: 100%;
	display: table;
	text-align: center
}

.banner_neko_11_5_3 .banner-text .container .banner-text-con {
	display: table-cell;
	vertical-align: middle
}

.banner_neko_11_5_3 .banner-text.p-0 .container {
	text-align: left
}

.banner_neko_11_5_3 .banner-text.p-0 .container .banner-text-con div {
	width: 60%;
	float: left
}

.banner_neko_11_5_3 .banner-text.p-1 .container {
	text-align: right
}

.banner_neko_11_5_3 .banner-text.p-1 .container .banner-text-con div {
	width: 60%;
	float: right
}

.banner_neko_11_5_3 .banner-text.p-2 {
	top: 10%
}

.banner_neko_11_5_3 .banner-text.p-2 .container .banner-text-con {
	vertical-align: top
}

.banner_neko_11_5_3 .banner-text.p-3 {
	top: auto;
	bottom: 10%
}

.banner_neko_11_5_3 .banner-text.p-3 .container .banner-text-con {
	vertical-align: bottom
}

.banner_neko_11_5_3 .banner-text.p-2 .container .banner-text-con div,
.banner_neko_11_5_3 .banner-text.p-3 .container .banner-text-con div,
.banner_neko_11_5_3 .banner-text.p-4 .container .banner-text-con div {
	width: 60%;
	display: inline-block
}

.banner_neko_11_5_3 .banner-text .line {
	width: 81px;
	height: 4px;
	background: #0179d7;
	background: ;
	display: block;
	margin: 0 auto;
	margin-bottom: 36px
}

.banner_neko_11_5_3 .banner-text.p-0 .line {
	margin-left: 0
}

.banner_neko_11_5_3 .banner-text.p-1 .line {
	margin-right: 0
}

.banner_neko_11_5_3 .banner-text h3,
.banner_neko_11_5_3 .banner-text p {
	color: #fff
}

.banner_neko_11_5_3 .banner-text h3 {
	margin: 0;
	font-size: 30px;
	font-weight: 600 !important
}

.banner_neko_11_5_3 .banner-text h3 b {
	color: #0179d7;
	color:
}

.banner_neko_11_5_3 .banner-text p {
	font-size: 42px;
	margin: 20px 0 0;
	text-shadow: none
}

.banner_neko_11_5_3 .banner-text .btn {
	margin-top: 30px;
	font-size: 20px
}

@media (min-width:768px) {
	.banner_neko_11_5_3:hover .slick-arrow {
		display: block !important
	}
}

@media (max-width:991px) {
	.banner_neko_11_5_3 .banner-text h3 {
		font-size: 30px
	}

	.banner_neko_11_5_3 .banner-text p {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.banner_neko_11_5_3 .slick-dots {
		bottom: 5px
	}

	.banner_neko_11_5_3 .slick-dots li {
		width: 8px;
		height: 8px
	}

	.banner_neko_11_5_3 .slick-dots li.slick-active {
		width: 16px
	}

	.banner_neko_11_5_3 .slick-arrow i {
		font-size: 50px
	}

	.banner_neko_11_5_3 .banner-text .container {
		width: 100%
	}

	.banner_neko_11_5_3 .banner-text.p-4 .container .banner-text-con {
		width: 100%
	}

	.banner_neko_11_5_3 .banner-text h3 {
		font-size: 24px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}

	.banner_neko_11_5_3 .banner-text p {
		margin-top: 15px;
		font-size: 18px
	}

	.banner_neko_11_5_3 .banner-text .btn {
		margin-top: 20px;
		font-size: 16px
	}
}

@media (max-width:479px) {
	.banner_neko_11_5_3 .banner-text h3 {
		font-size: 20px
	}

	.banner_neko_11_5_3 .banner-text p {
		margin-top: 10px;
		font-size: 16px
	}
}

.banner_neko_11_5_3-ny {
	background-color: #ffffff;
	background-color: ;
	height: 120px
}

.banner_neko_11_5_3-ny h1 {
	margin: 0px;
	padding: 10px 30px;
	font-size: 35px;
	text-shadow: none;
	color: #343434;
	color:
}

.link_neko_11_1_5 {
	background-color: #ffffff;
	background-color:
}

.link_neko_11_1_5 .breadcrumb-item {
	float: none;
	display: inline-block;
	padding: 0 5px
}

.link_neko_11_1_5 .breadcrumb-item.split {
	padding: 0
}

.link_neko_11_1_5 .breadcrumb-item a {
	color: #999999;
	color: ;
	transition: color 0.2s ease-out
}

.link_neko_11_1_5 .breadcrumb-item a:hover {
	color: #0179d7;
	color:
}

.link_neko_11_1_5 .breadcrumb-item+.breadcrumb-item::before {
	color: #999999;
	color:
}

.link_neko_11_1_5 .breadcrumb-item:nth-child(1) {
	color: #343434;
	color: ;
	font-size: 16px
}

.link_neko_11_1_5 .container {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	border-bottom: 1px solid;
	border-top: 1px solid
}

.link_neko_11_1_5 .breadcrumb-item+.breadcrumb-item::before {
	display: none
}

.link_neko_11_1_5 .breadcrumb-item+.breadcrumb-item.split::before {
	display: inline-block
}

@media (max-width:767px) {
	.link_neko_11_1_5 .container {
		text-align: left
	}
}

div {}

.foot_nav_neko_28_2_4 {
	background: #ffffff;
	background: #2771d4;
	padding: 45px 0
}

.foot_nav_neko_28_2_4.hasbgimg {
	background: url() no-repeat center;
	background-size: cover
}

.foot_nav_neko_28_2_4 .btn-outline.btn-default {
	border: 1px solid;
	color: #343434;
	color: #e0edff;
	background-color: transparent;
	border-color: #0179d7;
	border-color: #ffffff
}

.foot_nav_neko_28_2_4 .powered_by_nekoinfo a {
	color: #0179d7;
	color: #ffffff
}

.foot_nav_neko_28_2_4.border-top1 {
	border-color: #cccccc
}

.foot_nav_neko_28_2_4 .neko-langlist .btn-outline.btn-default:hover,
.foot_nav_neko_28_2_4 .neko-langlist .btn-outline.btn-default:active,
.foot_nav_neko_28_2_4 .neko-langlist .btn-outline.btn-default:focus {
	border-color: #0179d7;
	border-color: #ffffff;
	background-color: #0179d7;
	background-color: #ffffff;
	color: #0179d7;
	color: #ffffff
}

.foot_nav_neko_28_2_4 .neko-langlist .dropdown-menu {
	background: #ffffff;
	border-color: #ffffff
}

.foot_nav_neko_28_2_4 .neko-langlist .dropdown-menu a:hover {
	background: #e0edff !important
}

footer {
	line-height: 1.8
}

footer p {
	margin-bottom: 0px
}

footer .neko-langlist {
	margin-top: 10px
}

.neko-langlist li {
	display: inline-block;
	list-style: none
}

.neko-langlist .btn-lang .flag-icon {
	margin-right: 3px
}

.neko-langlist .dropdown-menu {
	min-width: 0;
	width: 100%
}

.neko-langlist .dropdown-menu .dropdown-item {
	white-space: nowrap
}

@media (max-width:479px) {
	.neko-langlist .btn-lang {
		padding-left: 5px;
		padding-right: 5px
	}
}

#neko-langlist-modal .modal-body .close {
	position: absolute;
	right: 10px;
	top: 0px
}

#neko-langlist-modal a.btn {
	border: none;
	font-size: 16px;
	height: 50px;
	line-height: 50px
}

#neko-langlist-modal .flag-icon {
	margin-right: 8px;
	top: 7px;
	font-size: 30px
}

.foot_nav_neko_28_2_4 .btn-primary {
	border-radius: 0;
	background: #0179d7;
	background: ;
	border-color: #0179d7;
	border-color: ;
	color: #ffffff !important;
	color:  !important;
	border-radius: 3px;
	width: 100px;
	padding: 6px 15px;
	font-size: 14px;
	margin: 0 auto
}

.foot_nav_neko_28_2_4 .powered_by_nekoinfo {
	text-align: left !important
}

.foot_nav_neko_28_2_4 .btn-fex {
	margin-top: 2%
}

.foot_nav_neko_28_2_4 .foot-nav {
	overflow: hidden;
	display: block;
	margin-bottom: 0
}

.foot_nav_neko_28_2_4 .foot-nav li {
	float: left;
	text-align: center;
	position: relative;
	width: 117px;
}

.foot_nav_neko_28_2_4 .foot-logo-img {
	text-align: left
}

.foot_nav_neko_28_2_4 .foot-logo-img p {
	padding-top: 16px;
	font-style: italic;
	color: #999999;
	color: #e0edff
}

.foot_nav_neko_28_2_4 .foot-logo-img>img {
	max-width: 160px
}

.foot_nav_neko_28_2_4 .foot-con {
	float: left
}

.foot_nav_neko_28_2_4 .powered_by_nekoinfo {
	margin-top: 10px;
	color: #343434;
	color: #e0edff
}

.foot_nav_neko_28_2_4 .foot-ewm-img {
	float: right;
	padding-left: 48px
}

.foot_nav_neko_28_2_4 .foot-ewm-img div.row>div {
	float: left;
	padding-right: 18px;
	max-width: 50%
}

.foot_nav_neko_28_2_4 .foot-ewm-img div.row>div img {
	max-width: 100%
}

.foot_nav_neko_28_2_4 .foot {
	text-align: left;
	border-bottom: 1px solid;
	border-color: #cccccc;
	margin-bottom: 20px;
	height: 45px;
	line-height: 45px
}

.foot_nav_neko_28_2_4 .foot-ewm-img p {
	color: #999999;
	color: #e0edff
}

.foot_nav_neko_28_2_4 .foot-nav a {
	color: #343434;
	color: #e0edff
}

.foot_nav_neko_28_2_4 .leftbox .rightborder {
	border-right: 1px solid #cccccc;
	padding-right: 10px
}

.foot_nav_neko_28_2_4 ul {
	list-style: none;
	padding-left: 0
}

.foot_nav_neko_28_2_4 .iconbox {
	overflow: hidden;
	padding-left: 0;
	text-align: left;
	padding-top: 16px
}

.foot_nav_neko_28_2_4 .iconbox li {
	padding: 0 0 5px 0
}

.foot_nav_neko_28_2_4 .iconbox li a {
	width: 50px;
	height: 50px;
	display: inline-block;
	background-color: #2771d4;
	border-radius: 50%;
	line-height: 50px;
	text-align: center
}

.foot_nav_neko_28_2_4 .iconbox li i {
	font-size: 30px;
	color: #0179d7;
	color: #ffffff
}

.foot_nav_neko_28_2_4 .newsbox {
	text-align: left;
	padding-right: 30px;
	border-right: 1px solid #cccccc
}

.foot_nav_neko_28_2_4 .newsbox ul li {
	position: relative;
	padding-left: 10px
}

.foot_nav_neko_28_2_4 .newsbox ul li a {
	color: #343434;
	color: #e0edff;
	transition: color .25s;
	display: inline-block;
	max-width: 73%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.foot_nav_neko_28_2_4 .newsbox ul li a:hover {
	color: #0179d7;
	color: #ffffff
}

.foot_nav_neko_28_2_4 .newsbox ul li:before {
	content: "";
	width: 0;
	height: 0;
	border-width: 5px 0 5px 5px;
	border-style: solid;
	border-color: transparent transparent transparent #e0edff;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.foot_nav_neko_28_2_4 .newsbox ul li span {
	float: right;
	color: #cccccc
}

.foot_nav_neko_28_2_4_bottom {
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%
}

.foot_nav_neko_28_2_4_bottom a.item {
	color: #ffffff;
	padding: 5px 0;
	display: inline-block
}

.foot_nav_neko_28_2_4_bottom a.item i {
	font-size: 16px;
	display: block
}

.foot_nav_neko_28_2_4_bottom a.item span {
	color: #ffffff
}

.foot_nav_neko_28_2_4_bottom {
	display: none
}

.foot_nav_neko_28_2_4_bottom.iskeshi {
	display: block
}

.foot_nav_neko_28_2_4_bottom .main {
	display: flex
}

.foot_nav_neko_28_2_4_bottom .main>div {
	flex: 1
}

@media (max-width:991px) {
	.foot_nav_neko_28_2_4 .foot-logo-img {
		text-align: center
	}

	.foot_nav_neko_28_2_4 .leftbox .rightborder {
		border: none;
		padding-right: 0
	}

	.foot_nav_neko_28_2_4 .iconbox {
		text-align: center
	}

	.foot_nav_neko_28_2_4 .powered_by_nekoinfo {
		text-align: center !important
	}

	.foot_nav_neko_28_2_4 {
		padding: 20px 0
	}
}

@media (max-width:767px) {
	.foot_nav_neko_28_2_4.hasbottom {
		padding-bottom: 92px
	}

	.foot_nav_neko_28_2_4_bottom {
		display: block
	}

	.foot_nav_neko_28_2_4 .foot {
		height: auto
	}

	.foot_nav_neko_28_2_4 .foot-logo-img {
		float: none;
		margin-right: 0px
	}

	.foot_nav_neko_28_2_4 .foot-ewm-img {
		width: 100%;
		text-align: center
	}

	.foot_nav_neko_28_2_4 .foot-ewm-img>div {
		display: inline-block;
		float: none;
		margin-right: 20px
	}

	.foot_nav_neko_28_2_4 .foot-nav li {
		margin-bottom: 0
	}

	.foot_nav_neko_28_2_4 .newsbox {
		border: none
	}
}

.back_top_neko_11_2_6 {
	position: fixed;
	right: 7px;
	bottom: 20px;
	width: 54px;
	height: 54px;
	opacity: .62;
	cursor: pointer;
	z-index: 1601;
	transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	border: none;
	padding: 0;
	background-color: transparent
}

.back_top_neko_11_2_6.views {
	bottom: 70px
}

@media (max-width:767px) {
	.back_top_neko_11_2_6 {
		bottom: 70px
	}
}

.back_top_neko_11_2_6 img {
	width: 100%
}

.back_top_neko_11_2_6:hover {
	opacity: 1
}

div {}

.location_neko_21_1_21 {
	padding: 10px 0
}

.location_neko_21_1_21.neko-crumbs {
	background: #ffffff;
	background:
}

.location_neko_21_1_21.neko-crumbs .breadcrumb .dropdown-menu {
	top: 26px
}

.location_neko_21_1_21 .breadcrumb-item a {
	color: #0179d7;
	color:
}

.location_neko_21_1_21 .breadcrumb-item a:hover {
	text-decoration: underline
}

.location_neko_21_1_21 .breadcrumb-item+.breadcrumb-item::before {
	color: #0179d7;
	color:
}

.location_neko_21_1_21 .title-box {
	float: left;
	padding: .75rem 1rem;
	color: #343434;
	color:
}

.location_neko_21_1_21 .breadcrumb {
	float: right
}

.location_neko_21_1_21 .row {
	border-bottom: 2px solid #fafafa
}

.news_list_detail_neko_16_1_41.neko-shownews {
	padding: 30px 0;
	background:
}

.news_list_detail_neko_16_1_41.neko-shownews .neko-shownews-body {
	background: #ffffff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.news_list_detail_neko_16_1_41 .border-bottom1,
.news_list_detail_neko_16_1_41 .border-top1,
.news_list_detail_neko_16_1_41 .neko-page .pagination li a {
	border-color: #999999;
	border-color: #f5f5f5
}

.news_list_detail_neko_16_1_41 .details-title {
	padding: 20px
}

.news_list_detail_neko_16_1_41 .details-title h1 {
	font-size: 30px;
	line-height: 1.5;
	color: #343434;
	color:
}

.news_list_detail_neko_16_1_41 .details-title .info {
	font-size: 16px;
	color: #a3afb7
}

.news_list_detail_neko_16_1_41 .details-title .info span {
	padding-right: 10px
}

.news_list_detail_neko_16_1_41 .neko-page .pagination li a {
	color: #999999;
	color:
}

.news_list_detail_neko_16_1_41 .page-link:focus,
.news_list_detail_neko_16_1_41 .page-link:hover {
	background-color: transparent;
	background-color:
}

.news_list_detail_neko_16_1_41 .neko-editor {
	padding: 30px;
	width: 100%;
	max-width: 100%;
	word-wrap: break-word
}

.news_list_detail_neko_16_1_41 .tag {
	font-size: 14px;
	color: #343434;
	color: ;
	padding: 0 30px 30px
}

.news_list_detail_neko_16_1_41 .tag a {
	color: #343434;
	color: ;
	padding: 5px
}

.news_list_detail_neko_16_1_41 .tag a:hover {
	color: #0179d7;
	color:
}

.news_list_detail_neko_16_1_41 .neko-page {
	padding-top: 0 !important
}

.news_list_detail_neko_16_1_41 .neko-page a:hover {
	color: #0179d7 !important;
	color:  !important
}

.news_list_detail_neko_16_1_41 .neko-page .pagination li a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

@media (min-width:768px) {
	.news_list_detail_neko_16_1_41.neko-shownews.right .neko-shownews-body {
		float: right
	}

	.news_list_detail_neko_16_1_41.neko-shownews.right .neko-sidebar {
		margin-left: 0px;
		margin-right: 30px
	}
}

@media (max-width:1440px) {
	.news_list_detail_neko_16_1_41 .details-title h1 {
		font-size: 24px
	}
}

@media (max-width:767px) {
	.news_list_detail_neko_16_1_41 .details-title {
		padding: 15px 10px
	}

	.news_list_detail_neko_16_1_41 .details-title h1 {
		font-size: 22px
	}

	.news_list_detail_neko_16_1_41 .details-title .info {
		font-size: 14px
	}

	.news_list_detail_neko_16_1_41.neko-shownews {
		padding: 15px 0px
	}

	.news_list_detail_neko_16_1_41 .sm0 {
		margin: 0px
	}

	.news_list_detail_neko_16_1_41 .neko-editor {
		padding: 15px
	}

	.news_list_detail_neko_16_1_41 .neko-page {
		padding-bottom: 15px !important
	}

	.news_list_detail_neko_16_1_41 .neko-page>.container {
		padding-top: 15px !important
	}
}

@media (max-width:349px) {
	.news_list_detail_neko_16_1_41 .details-title h1 {
		font-size: 20px
	}
}

.sidebar_neko_21_1_74.neko-sidebar {
	margin-left: 30px;
	padding: 0px
}

@media (max-width:991px) {
	.sidebar_neko_21_1_74.neko-sidebar {
		margin-left: 10px;
		margin-top: 0px
	}
}

@media (max-width:767px) {
	.sidebar_neko_21_1_74.neko-sidebar {
		padding: 20px 0
	}

	.sidebar_neko_21_1_74.neko-sidebar {
		margin-top: 15px;
		margin-left: 0;
		margin-top: 0
	}
}

.sidebar_neko_21_1_74.neko-sidebar>:not(:first-child) {
	padding: 0;
	border: none;
	padding-bottom: 5px
}

.sidebar_neko_21_1_74 .leftsidebar {
	margin-left: 0 !important;
	margin-right: 30px
}

@media (max-width:991px) {
	.sidebar_neko_21_1_74 .leftsidebar {
		margin-right: 0px
	}
}

.sidebar_neko_21_1_74 .sidebar-column {
	margin: 10px 0 35px 0
}

.sidebar_neko_21_1_74 .sidebar-column>li {
	white-space: nowrap;
	background: #006bc2;
	margin-bottom: 2px;
	margin-top: 0
}

.sidebar_neko_21_1_74 .sidebar-column>li>a {
	display: block;
	font-size: 16px;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px 20px;
	font-size: 15px;
	font-weight: 300;
	position: relative;
	color: #343434;
	color:
}

.sidebar_neko_21_1_74 .sidebar-column ul {
	list-style: none;
	padding: 0
}

.sidebar_neko_21_1_74 .sidebar-column ul>li {
	padding: 10px
}

.sidebar_neko_21_1_74 .sidebar-column ul>li {
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-left: 1px solid rgb(0, 0, 0, .1);
	border-right: 1px solid rgb(0, 0, 0, .1)
}

.sidebar_neko_21_1_74 .sidebar-column li i {
	float: right;
	margin-top: 2px;
	font-size: 14px;
	color: #ffffff
}

.sidebar_neko_21_1_74 .sidebar-column li ul a {
	font-size: 14px;
	color: #343434;
	color:
}

.sidebar_neko_21_1_74 .sidebar-column li ul a i {
	font-size: 14px;
	color: #343434;
	color: ;
	float: inherit;
	margin: 0 10px 0 0
}

.sidebar_neko_21_1_74 .sidebar-column li a:hover,
.sidebar_neko_21_1_74 .sidebar-column li a.active {
	color: #0179d7;
	color: #006bc2
}

.sidebar_neko_21_1_74 .sidebar-news-list li a:hover {
	color: #0179d7;
	color: #006bc2
}

.sidebar_neko_21_1_74 .form-control.focus,
.sidebar_neko_21_1_74 .form-control:focus {
	border-color: #0179d7;
	color: #006bc2
}

.sidebar_neko_21_1_74 h2.sidebar-tile {
	font-weight: normal;
	font-size: 18px;
	border-bottom: 1px solid #ddd !important;
	margin: 0;
	margin-top: 1px;
	text-shadow: none
}

.sidebar_neko_21_1_74 h2.sidebar-tile span,
.sidebar_neko_21_1_74 h2.sidebar-tile a {
	color: #343434;
	color: ;
	position: relative;
	padding-left: 20px
}

.sidebar_neko_21_1_74 h2.sidebar-tile span:before,
.sidebar_neko_21_1_74 h2.sidebar-tile a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -7px;
	left: 0;
	height: 2px;
	width: 100%;
	background: #343434;
	background: #006bc2
}

.sidebar_neko_21_1_74 .input-search .form-control {
	border-radius: 0
}

.sidebar_neko_21_1_74 .input-search-btn {
	border-radius: 0;
	background: #0179d7;
	background: #006bc2;
	color: #fff;
	cursor: pointer
}

.sidebar_neko_21_1_74 img {
	max-width: 100%;
	height: auto
}

.sidebar_neko_21_1_74 .sidebar-column li>a.bars {
	background: #0179d7;
	background: #006bc2;
	color: #ffffff
}

.sidebar_neko_21_1_74 .sidebar-tile.head-bg {
	text-align: right;
	padding: 30px
}

.sidebar_neko_21_1_74 .sidebar-tile.head-bg.bgcolor {
	background-color: #0179d7;
	background-color: #006bc2
}

.sidebar_neko_21_1_74 .sidebar-tile.head-bg.bgpic {
	background: url(../images/left-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center
}

.sidebar_neko_21_1_74 .sidebar-tile.head-bg a {
	color: #343434;
	color: #ffffff
}

.sidebar_neko_21_1_74 .sidebar-tile.head-bg a:before {
	background: #343434;
	background: #ffffff
}
